[INFO] fetching crate macademia 0.5.3...
[INFO] checking macademia-0.5.3 against try#163937523761cc0def32f1ba9ed63fdf65ad3478 for pr-156749
[INFO] extracting crate macademia 0.5.3 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate macademia 0.5.3
[INFO] finished tweaking crates.io crate macademia 0.5.3
[INFO] tweaked toml for crates.io crate macademia 0.5.3 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate macademia 0.5.3 on toolchain 163937523761cc0def32f1ba9ed63fdf65ad3478
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 48 packages to latest compatible versions
[INFO] [stderr]       Adding bitflags v1.3.2 (available: v2.13.0)
[INFO] [stderr]       Adding fern v0.6.2 (available: v0.7.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ff7f1a9e8aed187a32f2cde16b54d8d6a7059fe9b50b9ceb89832bd6c2805ad1
[INFO] running `Command { std: "docker" "start" "ff7f1a9e8aed187a32f2cde16b54d8d6a7059fe9b50b9ceb89832bd6c2805ad1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ff7f1a9e8aed187a32f2cde16b54d8d6a7059fe9b50b9ceb89832bd6c2805ad1" "/opt/rustwide/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ff7f1a9e8aed187a32f2cde16b54d8d6a7059fe9b50b9ceb89832bd6c2805ad1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ff7f1a9e8aed187a32f2cde16b54d8d6a7059fe9b50b9ceb89832bd6c2805ad1" "/opt/rustwide/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]    Compiling macademia v0.5.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking colored v1.9.4
[INFO] [stderr]     Checking fern v0.6.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stdout] warning: unused import: `Event`
[INFO] [stdout]  --> src/platform/linux/window.rs:3:104
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{window::{Window, WindowProps}, event::{application::{WindowCloseEvent, WindowResizeEvent}, Event}, prelude::Application};
[INFO] [stdout]   |                                                                                                        ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Event`
[INFO] [stdout]  --> src/platform/linux/window.rs:3:104
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{window::{Window, WindowProps}, event::{application::{WindowCloseEvent, WindowResizeEvent}, Event}, prelude::Application};
[INFO] [stdout]   |                                                                                                        ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/platform/linux/window.rs:66:33
[INFO] [stdout]    |
[INFO] [stdout] 66 | ...                   let mut ev = WindowCloseEvent::new();
[INFO] [stdout]    |                           ----^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/platform/linux/window.rs:66:33
[INFO] [stdout]    |
[INFO] [stdout] 66 | ...                   let mut ev = WindowCloseEvent::new();
[INFO] [stdout]    |                           ----^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant in pattern `ConfigureNotify` should have an upper case name
[INFO] [stdout]   --> src/platform/linux/window.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |                     ConfigureNotify => {
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CONFIGURE_NOTIFY`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant in pattern `ClientMessage` should have an upper case name
[INFO] [stdout]   --> src/platform/linux/window.rs:64:21
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     ClientMessage => {
[INFO] [stdout]    |                     ^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLIENT_MESSAGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/application.rs:72:13
[INFO] [stdout]    |
[INFO] [stdout] 72 |             &mut APPLICATION
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 72 |             &raw mut APPLICATION
[INFO] [stdout]    |              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant in pattern `ConfigureNotify` should have an upper case name
[INFO] [stdout]   --> src/platform/linux/window.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |                     ConfigureNotify => {
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CONFIGURE_NOTIFY`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant in pattern `ClientMessage` should have an upper case name
[INFO] [stdout]   --> src/platform/linux/window.rs:64:21
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     ClientMessage => {
[INFO] [stdout]    |                     ^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLIENT_MESSAGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/application.rs:72:13
[INFO] [stdout]    |
[INFO] [stdout] 72 |             &mut APPLICATION
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 72 |             &raw mut APPLICATION
[INFO] [stdout]    |              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
[INFO] running `Command { std: "docker" "inspect" "ff7f1a9e8aed187a32f2cde16b54d8d6a7059fe9b50b9ceb89832bd6c2805ad1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff7f1a9e8aed187a32f2cde16b54d8d6a7059fe9b50b9ceb89832bd6c2805ad1", kill_on_drop: false }`
[INFO] [stdout] ff7f1a9e8aed187a32f2cde16b54d8d6a7059fe9b50b9ceb89832bd6c2805ad1
